home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / docs / file_config.doc < prev    next >
Encoding:
Text File  |  1996-07-16  |  2.0 KB  |  70 lines

  1.  
  2.  
  3.  
  4.     File area configuration.
  5.  
  6.  
  7. File areas are configured in the 'Tron:cfg/FileAreas.cfg'.
  8.  
  9.  
  10. Each config line is in a specific format:
  11.  
  12.  
  13.     #area  flags  path  areaName
  14.  
  15.  
  16.     Examples:
  17.  
  18.     #001  [U----]  dh1:DOWNLOADING/Upload/           Upload
  19.     #002  [U----]  dh1:downloading/Sysop/            Voor_Sysop
  20.     #009  [-FV--]  dh1:downloading/Tron/             Tron
  21.     #060  [---M-]  dh1:down.pc/Algemeen/             PC_Algemeen
  22.  
  23.  
  24.     Note:  Don't use area number #0
  25.     Note:  Don't forget a ':' or '/' at the end of a path !!
  26.  
  27. Look at the provided config for more examples of the format used.
  28.  
  29.  
  30.  
  31. Each area has a number of flags which decides it's characteristics.
  32. Which means that those flags can not be overruled by flags in the
  33. users template.
  34.  
  35.     Flags:
  36.  
  37.     U = Upload       , Area is open for uploads.
  38.     F = Freedownload , All files in this area are freedownload.
  39.     V = Validate     , Files area AutoValidated when Uploaded.
  40.     M = MS-DOS       , All names will be in the 8.3 format in this area.
  41.  
  42.  
  43.  
  44. A user can acces a file area if he has the correct flags in his template.
  45.  
  46.     FileAreaTemplate flags:   (Tron:cfg/templates.cfg)
  47.  
  48.     V = View,         User sees area in Lists and can go to this area.
  49.     L = List,         User can Browse and FileList through this area.
  50.     D = Download,     User can Download from this area.
  51.     U = Upload,       User can Upload in this area.
  52.     F = Freedownload, This area is Freedownload for users with this level.
  53.     E = Edit,         User can Edit files in this area (FI while browsing).
  54.     N = NewFilesVisible, UnValidated files are visible.
  55.  
  56.  
  57.  
  58. Note that there a file is freedownload if either the file has a freedownload
  59. flag OR the area has a freedowload flag OR the user has a freedownload
  60. flag for this area in his template.
  61.  
  62. Note that a user can Upload to an area is the Area has an Upload flag AND
  63. the user has an Upload flag in his template.
  64.  
  65. Note that a user with an Edit flag can Validate files, kill files
  66. and make files freedownload while browsing.
  67.  
  68.  
  69.  
  70.